action-allowlist-review: bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 in /.github/actions/for-dependabot-triggered-reviews - #1196
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@f9b26e3...460cb8e) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Aug 27, 2026
dfoulks1
pushed a commit
that referenced
this pull request
Sep 1, 2026
The source diff only copied JS/TS/JSON/YAML, and script analysis ran only for composite/docker actions and only for scripts named in action.yml or a Dockerfile. A node action that shells out to a committed script therefore had that script reviewed by nobody: uraimo/run-on-arch-action declares main: src/run-on-arch.js, which exec()s src/run-on-arch.sh, so PR #1196's +12/-1 change to its docker run invocation never reached the reviewer. Add shell/interpreter extensions and Dockerfile* to the source diff, discover committed scripts from the repo tree, and run script analysis for JS actions too (informational there - the verdict is unchanged). Generated-by: Claude Code (Opus 5)
dfoulks1
pushed a commit
that referenced
this pull request
Sep 1, 2026
…apes Triaging #1167, #1171, #1196 and #1195 turned up two gap kinds the case-E table did not describe - executable non-JS sources missing from the source diff, and an in-tree binary whose provenance is npm's rather than a GitHub release - plus the reading-the-CI-log shortcut that avoids a local Docker rebuild. Generated-by: Claude Code (Opus 5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps uraimo/run-on-arch-action from 3.1.0 to 3.2.0.
Release notes
Sourced from uraimo/run-on-arch-action's releases.
Commits
460cb8eMerge pull request #176 from cheungxi/agent/add-loongarch64-support32262e9Add loongarch64 supportf5a337eMerge pull request #175 from rf152/master378be72Added trixie for aarch64 and armv7252d804Merge pull request #148 from eXpl0it3r/feature/link-github-token1d373fcMerge pull request #173 from uraimo/bugfix-set-output596559aUpdate deprecated set-output, fixes #1717711f7bMerge pull request #172 from xavier2k6/arch_act_p216c2493Bumpedactions/checkout->v6(node24 compatibility)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)